PDFView4NET WPF Edition
PDFCollectionChangedEventArgs<T> Class
Members 




O2S.Components.PDFView4NET Namespace : PDFCollectionChangedEventArgs<T> Class
Type of the items in the collection.
Defines the event arguments for the collection changed event.
Object Model
PDFCollectionChangedEventArgs<T> Class
Syntax
'Declaration
 
Public Class PDFCollectionChangedEventArgs(Of T) 
   Inherits System.EventArgs
'Usage
 
Dim instance As PDFCollectionChangedEventArgs(Of T)
public class PDFCollectionChangedEventArgs<T> : System.EventArgs 
public __gc class PDFCollectionChangedEventArgs<T> : public System.EventArgs 
generic<typename T>
public ref class PDFCollectionChangedEventArgs : public System.EventArgs 
Type Parameters
T
Type of the items in the collection.
Inheritance Hierarchy

System.Object
   System.EventArgs
      O2S.Components.PDFView4NET.PDFCollectionChangedEventArgs<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFCollectionChangedEventArgs<T> Members
O2S.Components.PDFView4NET Namespace